Wed Sep 5 14:15:17 2007 Tim Janik <timj@imendio.com>
* gtk/gtknotebook.c (gtk_notebook_class_init): fix wrong default value
in ::tab-expand param spec constructor.
svn path=/trunk/; revision=18725
+Wed Sep 5 14:15:17 2007 Tim Janik <timj@imendio.com>
+
+ * gtk/gtknotebook.c (gtk_notebook_class_init): fix wrong default value
+ in ::tab-expand param spec constructor.
+
2007-09-04 Fernando Herrera <fherrera@onirica.com>
* gtk/gtkbuilder.c: (gtk_builder_finalize),
g_param_spec_boolean ("tab-expand",
P_("Tab expand"),
P_("Whether to expand the child's tab or not"),
- TRUE,
+ FALSE,
GTK_PARAM_READWRITE));
gtk_container_class_install_child_property (container_class,
CHILD_PROP_TAB_FILL,